home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / demow32s.zip / SOURCE.ZIP / STATETOO.H < prev    next >
Text File  |  1993-04-23  |  335b  |  10 lines

  1.  
  2. void DoSetInfo(HWND hWnd,LPRECT lpRect);
  3. void DoSetTextInfo(LPSTR lpszTxt);
  4. void DoCadre(HDC hdc,UINT left,UINT right,UINT top,UINT bottom,
  5.                                   LPSTR lpTxt,WORD wPct,COLORREF clrref);
  6. void Jauge(HDC hdc,WORD wPct,COLORREF clrref);
  7. void DoPaintInfo (HDC hdc);
  8.                                   
  9.  
  10.